From a7fc94b1da514f373c63c392d49a75d6f5835094 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Fri, 10 Nov 2006 11:14:36 -0700 Subject: [PATCH] [IA64] compilation fix asmlinkage definition is needed in xen/asm-ia64/config.h. It is necessary for xen/include/xen/acpi.h Inadvertently removed from xen-unstable.hg in cset 12266:0c332cf81e64 Signed-off-by: Isaku Yamahata --- xen/include/asm-ia64/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h index 92bfd364b1..38ffe33b82 100644 --- a/xen/include/asm-ia64/config.h +++ b/xen/include/asm-ia64/config.h @@ -168,6 +168,8 @@ extern int smp_num_siblings; #ifndef __ASSEMBLY__ #include "asm/types.h" // for u64 +#include "linux/linkage.h" // for asmlinkage which is used by + // xen/include/acpi/acpixf.h #endif // warning: unless search_extable is declared, the return value gets -- 2.30.2